projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3bb198
)
x86 pci passthrough: Make printk messages more exact.
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 7 May 2008 08:45:55 +0000
(09:45 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 7 May 2008 08:45:55 +0000
(09:45 +0100)
Signed-off-by: Weidong Han <weidong.han@intel.com>
xen/arch/x86/domctl.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/domctl.c
b/xen/arch/x86/domctl.c
index d26bf3c149f7d9874676eba99f9aaf9b81fcf31e..3e1386b075b7215de51d7e238a4b46d1d3e2635b 100644
(file)
--- a/
xen/arch/x86/domctl.c
+++ b/
xen/arch/x86/domctl.c
@@
-540,7
+540,7
@@
long arch_do_domctl(
if ( device_assigned(bus, devfn) )
{
gdprintk(XENLOG_ERR, "XEN_DOMCTL_test_assign_device: "
- "%x:%x:%x already assigned\n",
+ "%x:%x:%x already assigned
, or non-existent
\n",
bus, PCI_SLOT(devfn), PCI_FUNC(devfn));
break;
}
@@
-569,7
+569,7
@@
long arch_do_domctl(
if ( device_assigned(bus, devfn) )
{
gdprintk(XENLOG_ERR, "XEN_DOMCTL_assign_device: "
- "%x:%x:%x already assigned\n",
+ "%x:%x:%x already assigned
, or non-existent
\n",
bus, PCI_SLOT(devfn), PCI_FUNC(devfn));
break;
}